@font-face {
    font-family: 'iconfont';
    src: url('https://at.alicdn.com/t/font_2540260_aj7svttli8.eot');
    src: url('https://at.alicdn.com/t/font_2540260_aj7svttli8.eot?#iefix') format('embedded-opentype'),
         url('https://at.alicdn.com/t/font_2540260_aj7svttli8.woff2') format('woff2'),
         url('https://at.alicdn.com/t/font_2540260_aj7svttli8.woff') format('woff'),
         url('https://at.alicdn.com/t/font_2540260_aj7svttli8.ttf') format('truetype'),
         url('https://at.alicdn.com/t/font_2540260_aj7svttli8.svg#iconfont') format('svg');
}
@font-face {
    font-family: 'num-Light';
    src: url('../font/num-Light.ttf') format('truetype'),
}
@font-face {
    font-family: 'num-Regular';
    src: url('../font/num-Regular.ttf') format('truetype'),
}
.tf {
	display: inline-block;
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.tf-num {
	font-family: 'num-Light' !important;
}
.tf-fw {
	width: 1.28571429em;
	text-align: center;
}
.tf-spin {
    -webkit-animation: tf-spin 3s infinite linear;
    animation: tf-spin 3s infinite linear;
}
@-webkit-keyframes tf-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}
@keyframes tf-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.tf-module-about:before {
    content: '\e690';
}
.tf-module-business:before {
    content: '\e629';
}
.tf-module-activities:before {
    content: '\e60d';
}
.tf-module-feidi:before {
    content: '\e6a7';
}
.tf-module-join:before {
    content: '\e601';
}
.tf-module-party:before {
    content: '\e6a4';
}

.tf-menu:before {
    content: '\e67c';
}
.tf-more:before {
    content: '\e6a8';
}
.tf-close:before {
    content: '\e610';
}
.tf-video:before {
    content: '\e6a5';
}
.tf-angle-left:before {
    content: '\ea26';
}
.tf-angle-right:before {
    content: '\ea28';
}
.tf-angle-up:before {
    content: '\ea27';
}
.tf-angle-down:before {
    content: '\e7e2';
}
.tf-arrow-right:before {
    content: '\e81f';
}
.tf-arrow-left:before {
    content: '\e603';
}
.tf-arrow-right-o:before {
    content: '\e68f';
}
.tf-tri-right:before {
    content: '\e687';
}
.tf-tri-left:before {
    content: '\e684';
}
.tf-plus:before {
    content: '\e6a6';
}
.tf-cup:before {
    content: '\e6ba';
}

.tf-module-innovate-1:before {
    content: '\e6ad';
}
.tf-module-innovate-2:before {
    content: '\e6ae';
}
.tf-module-innovate-3:before {
    content: '\e6ac';
}